ServiceCancelMeetingRequest Method (IListCancelItem) |
Cancels meetings.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ItemInfoResponse> CancelMeetingRequest(
IList<CancelItem> cancelItems
)
Public Function CancelMeetingRequest (
cancelItems As IList(Of CancelItem)
) As IList(Of ItemInfoResponse)
Parameters
- cancelItems
- Type: System.Collections.GenericIListCancelItem
The cancel items.
Return Value
Type:
IListItemInfoResponseIList{ItemInfoResponse}.
See Also